﻿2026-06-20T11:20:43.1815384Z ##[group]Run set -euo pipefail
2026-06-20T11:20:43.1815717Z [36;1mset -euo pipefail[0m
2026-06-20T11:20:43.1815927Z [36;1mPIN=0c95435[0m
2026-06-20T11:20:43.1816136Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-20T11:20:43.1816385Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-20T11:20:43.1816704Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-20T11:20:43.1817114Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-20T11:20:43.1830902Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-20T11:20:43.1831340Z [36;1m  rm -rf "$CACHE"[0m
2026-06-20T11:20:43.1831582Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-20T11:20:43.1831858Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-20T11:20:43.1832183Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-20T11:20:43.1832522Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-20T11:20:43.1832784Z [36;1mfi[0m
2026-06-20T11:20:43.1833060Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-20T11:20:43.1846901Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-20T11:20:43.1847206Z env:
2026-06-20T11:20:43.1847427Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-20T11:20:43.1847651Z ##[endgroup]
2026-06-20T11:20:43.9110604Z    Compiling proc-macro2 v1.0.106
2026-06-20T11:20:43.9111439Z    Compiling quote v1.0.45
2026-06-20T11:20:43.9111948Z    Compiling unicode-ident v1.0.24
2026-06-20T11:20:43.9112968Z    Compiling libc v0.2.186
2026-06-20T11:20:43.9113393Z    Compiling serde_core v1.0.228
2026-06-20T11:20:43.9113898Z    Compiling cfg-if v1.0.4
2026-06-20T11:20:43.9114319Z    Compiling serde v1.0.228
2026-06-20T11:20:43.9114617Z    Compiling log v0.4.32
2026-06-20T11:20:43.9114934Z    Compiling pin-project-lite v0.2.17
2026-06-20T11:20:43.9153159Z    Compiling portable-atomic v1.13.1
2026-06-20T11:20:43.9194479Z    Compiling typenum v1.20.1
2026-06-20T11:20:43.9236135Z    Compiling version_check v0.9.5
2026-06-20T11:20:43.9292814Z    Compiling memchr v2.8.1
2026-06-20T11:20:43.9293996Z    Compiling critical-section v1.2.0
2026-06-20T11:20:43.9425353Z    Compiling find-msvc-tools v0.1.9
2026-06-20T11:20:43.9881676Z    Compiling shlex v2.0.1
2026-06-20T11:20:44.0279761Z    Compiling bytes v1.11.1
2026-06-20T11:20:44.0328452Z    Compiling futures-core v0.3.32
2026-06-20T11:20:44.0732500Z    Compiling subtle v2.6.1
2026-06-20T11:20:44.1854026Z    Compiling equivalent v1.0.2
2026-06-20T11:20:44.1900330Z    Compiling smallvec v1.15.1
2026-06-20T11:20:44.2150072Z    Compiling itoa v1.0.18
2026-06-20T11:20:44.2151942Z    Compiling semver v1.0.28
2026-06-20T11:20:44.2870981Z    Compiling generic-array v0.14.7
2026-06-20T11:20:44.3011997Z    Compiling stable_deref_trait v1.2.1
2026-06-20T11:20:44.3240820Z    Compiling futures-io v0.3.32
2026-06-20T11:20:44.3307466Z    Compiling slab v0.4.12
2026-06-20T11:20:44.3360981Z    Compiling futures-sink v0.3.32
2026-06-20T11:20:44.3716178Z    Compiling futures-task v0.3.32
2026-06-20T11:20:44.4350791Z    Compiling futures-channel v0.3.32
2026-06-20T11:20:44.4480819Z    Compiling rustversion v1.0.22
2026-06-20T11:20:44.4808650Z    Compiling bitflags v2.12.1
2026-06-20T11:20:44.5123131Z    Compiling hashbrown v0.17.1
2026-06-20T11:20:44.5243640Z    Compiling cpufeatures v0.2.17
2026-06-20T11:20:44.5360813Z    Compiling fnv v1.0.7
2026-06-20T11:20:44.5430406Z    Compiling cfg_aliases v0.2.1
2026-06-20T11:20:44.5500876Z    Compiling rand_core v0.10.1
2026-06-20T11:20:44.6018103Z    Compiling rustc_version v0.4.1
2026-06-20T11:20:44.6210277Z    Compiling strsim v0.11.1
2026-06-20T11:20:44.6300463Z    Compiling litemap v0.8.2
2026-06-20T11:20:44.7026156Z    Compiling writeable v0.6.3
2026-06-20T11:20:44.7060408Z    Compiling getrandom v0.4.2
2026-06-20T11:20:44.7160322Z    Compiling ident_case v1.0.1
2026-06-20T11:20:44.7860812Z    Compiling fs_extra v1.3.0
2026-06-20T11:20:44.8240685Z    Compiling dunce v1.0.5
2026-06-20T11:20:44.8430377Z    Compiling icu_normalizer_data v2.2.0
2026-06-20T11:20:44.9130528Z    Compiling utf8_iter v1.0.4
2026-06-20T11:20:44.9320648Z    Compiling icu_properties_data v2.2.0
2026-06-20T11:20:44.9450594Z    Compiling percent-encoding v2.3.2
2026-06-20T11:20:44.9970509Z    Compiling autocfg v1.5.1
2026-06-20T11:20:45.0040585Z    Compiling http v1.4.1
2026-06-20T11:20:45.1163164Z    Compiling thiserror v2.0.18
2026-06-20T11:20:45.1310958Z    Compiling aws-lc-rs v1.17.0
2026-06-20T11:20:45.1483121Z    Compiling unicode-segmentation v1.13.3
2026-06-20T11:20:45.1552147Z    Compiling cpufeatures v0.3.0
2026-06-20T11:20:45.2220613Z    Compiling scopeguard v1.2.0
2026-06-20T11:20:45.2808534Z    Compiling indexmap v2.14.0
2026-06-20T11:20:45.3120711Z    Compiling syn v2.0.117
2026-06-20T11:20:45.3920629Z    Compiling lock_api v0.4.14
2026-06-20T11:20:45.3980922Z    Compiling chacha20 v0.10.0
2026-06-20T11:20:45.4130923Z    Compiling form_urlencoded v1.2.2
2026-06-20T11:20:45.4190909Z    Compiling untrusted v0.9.0
2026-06-20T11:20:45.4230860Z    Compiling heck v0.5.0
2026-06-20T11:20:45.4710553Z    Compiling rustls v0.23.40
2026-06-20T11:20:45.5320373Z    Compiling const-oid v0.10.2
2026-06-20T11:20:45.5790593Z    Compiling unicode-xid v0.2.6
2026-06-20T11:20:45.6151170Z    Compiling anyhow v1.0.102
2026-06-20T11:20:45.6205272Z    Compiling atomic-waker v1.1.2
2026-06-20T11:20:45.6356625Z    Compiling parking_lot_core v0.9.12
2026-06-20T11:20:45.6520731Z    Compiling paste v1.0.15
2026-06-20T11:20:45.6680802Z    Compiling zerocopy v0.8.50
2026-06-20T11:20:45.6780932Z    Compiling httparse v1.10.1
2026-06-20T11:20:45.7561381Z    Compiling convert_case v0.10.0
2026-06-20T11:20:45.8007107Z    Compiling num-traits v0.2.19
2026-06-20T11:20:45.8175915Z    Compiling hybrid-array v0.4.12
2026-06-20T11:20:45.8473947Z    Compiling jobserver v0.1.34
2026-06-20T11:20:45.9360530Z    Compiling curve25519-dalek v4.1.3
2026-06-20T11:20:45.9447402Z    Compiling ahash v0.8.12
2026-06-20T11:20:45.9571003Z    Compiling powerfmt v0.2.0
2026-06-20T11:20:45.9910775Z    Compiling either v1.16.0
2026-06-20T11:20:46.0312002Z    Compiling base64ct v1.8.3
2026-06-20T11:20:46.1441068Z    Compiling cc v1.2.63
2026-06-20T11:20:46.1460113Z    Compiling crypto-common v0.1.7
2026-06-20T11:20:46.1501209Z    Compiling block-buffer v0.10.4
2026-06-20T11:20:46.1730587Z    Compiling http-body v1.0.1
2026-06-20T11:20:46.1929848Z    Compiling fastrand v2.4.1
2026-06-20T11:20:46.2760724Z    Compiling digest v0.10.7
2026-06-20T11:20:46.3040863Z    Compiling deranged v0.5.8
2026-06-20T11:20:46.3240790Z    Compiling pem-rfc7468 v1.0.0
2026-06-20T11:20:46.4292937Z    Compiling try-lock v0.2.5
2026-06-20T11:20:46.4471627Z    Compiling time-core v0.1.8
2026-06-20T11:20:46.4980656Z    Compiling tower-service v0.3.3
2026-06-20T11:20:46.5230865Z    Compiling pkg-config v0.3.33
2026-06-20T11:20:46.5370681Z    Compiling zmij v1.0.21
2026-06-20T11:20:46.5500603Z    Compiling tinyvec_macros v0.1.1
2026-06-20T11:20:46.5810265Z    Compiling data-encoding v2.11.0
2026-06-20T11:20:46.6020328Z    Compiling vcpkg v0.2.15
2026-06-20T11:20:46.6259727Z    Compiling num-conv v0.2.2
2026-06-20T11:20:46.6920911Z    Compiling base64 v0.22.1
2026-06-20T11:20:46.7583370Z    Compiling mio v1.2.1
2026-06-20T11:20:46.7862074Z    Compiling socket2 v0.6.4
2026-06-20T11:20:46.8050818Z    Compiling getrandom v0.2.17
2026-06-20T11:20:46.9137449Z    Compiling tinyvec v1.11.0
2026-06-20T11:20:46.9826830Z    Compiling want v0.3.1
2026-06-20T11:20:47.0650629Z    Compiling rand v0.10.1
2026-06-20T11:20:47.1110095Z    Compiling rand_core v0.6.4
2026-06-20T11:20:47.1624896Z    Compiling parking_lot v0.12.5
2026-06-20T11:20:47.1900348Z    Compiling sha2 v0.10.9
2026-06-20T11:20:47.2882473Z    Compiling crypto-common v0.2.2
2026-06-20T11:20:47.3220750Z    Compiling block-buffer v0.12.0
2026-06-20T11:20:47.4120488Z    Compiling inout v0.1.4
2026-06-20T11:20:47.4920194Z    Compiling cmake v0.1.58
2026-06-20T11:20:47.5410275Z    Compiling vergen-lib v9.1.0
2026-06-20T11:20:47.5511066Z    Compiling n0-future v0.3.2
2026-06-20T11:20:47.5820665Z    Compiling parking v2.2.1
2026-06-20T11:20:47.6340778Z    Compiling crossbeam-utils v0.8.21
2026-06-20T11:20:47.7560356Z    Compiling serde_json v1.0.150
2026-06-20T11:20:47.7780633Z    Compiling spin v0.10.0
2026-06-20T11:20:47.7889556Z    Compiling cordyceps v0.3.4
2026-06-20T11:20:47.7990564Z    Compiling diatomic-waker v0.2.3
2026-06-20T11:20:47.8030616Z    Compiling httpdate v1.0.3
2026-06-20T11:20:47.8740629Z    Compiling signature v2.2.0
2026-06-20T11:20:47.8835947Z    Compiling winnow v1.0.3
2026-06-20T11:20:47.9288233Z    Compiling futures-lite v2.6.1
2026-06-20T11:20:47.9384407Z    Compiling cipher v0.4.4
2026-06-20T11:20:47.9470751Z    Compiling netlink-packet-core v0.8.1
2026-06-20T11:20:47.9890645Z    Compiling ed25519 v2.2.3
2026-06-20T11:20:48.0231414Z    Compiling universal-hash v0.5.1
2026-06-20T11:20:48.0404274Z    Compiling vergen-lib v0.1.6
2026-06-20T11:20:48.0590835Z    Compiling vergen v9.1.0
2026-06-20T11:20:48.0928087Z    Compiling heapless v0.7.17
2026-06-20T11:20:48.1420477Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-20T11:20:48.1780758Z    Compiling futures-buffered v0.2.13
2026-06-20T11:20:48.2011139Z    Compiling noq-udp v0.10.0
2026-06-20T11:20:48.2046258Z    Compiling sync_wrapper v1.0.2
2026-06-20T11:20:48.2478342Z    Compiling opaque-debug v0.3.1
2026-06-20T11:20:48.2790961Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-20T11:20:48.2930500Z    Compiling digest v0.11.3
2026-06-20T11:20:48.3180370Z    Compiling byteorder v1.5.0
2026-06-20T11:20:48.3370367Z    Compiling allocator-api2 v0.2.21
2026-06-20T11:20:48.3810326Z    Compiling polyval v0.6.2
2026-06-20T11:20:48.4598802Z    Compiling spin v0.9.8
2026-06-20T11:20:48.5086366Z    Compiling aws-lc-sys v0.41.0
2026-06-20T11:20:48.5140978Z    Compiling ring v0.17.14
2026-06-20T11:20:48.5210565Z    Compiling libsqlite3-sys v0.30.1
2026-06-20T11:20:48.5629631Z    Compiling hash32 v0.2.1
2026-06-20T11:20:48.5890511Z    Compiling vergen-gitcl v1.0.8
2026-06-20T11:20:48.6530286Z    Compiling ryu v1.0.23
2026-06-20T11:20:48.6950579Z    Compiling num_threads v0.1.7
2026-06-20T11:20:48.7440626Z    Compiling fallible-iterator v0.3.0
2026-06-20T11:20:48.7940452Z    Compiling signature v3.0.0
2026-06-20T11:20:48.8148316Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-20T11:20:48.8399663Z    Compiling tower-layer v0.3.3
2026-06-20T11:20:48.8736485Z    Compiling time v0.3.47
2026-06-20T11:20:48.8910449Z    Compiling ghash v0.5.1
2026-06-20T11:20:48.9390394Z    Compiling sha2 v0.11.0-rc.5
2026-06-20T11:20:48.9530306Z    Compiling ctr v0.9.2
2026-06-20T11:20:48.9960418Z    Compiling aes v0.8.4
2026-06-20T11:20:49.0160597Z    Compiling fs2 v0.4.3
2026-06-20T11:20:49.0530432Z    Compiling http-body-util v0.1.3
2026-06-20T11:20:49.1130519Z    Compiling aead v0.5.2
2026-06-20T11:20:49.1760823Z    Compiling openssl-probe v0.2.1
2026-06-20T11:20:49.1811639Z    Compiling crossbeam-channel v0.5.15
2026-06-20T11:20:49.2180647Z    Compiling crossbeam-epoch v0.9.18
2026-06-20T11:20:49.2691336Z    Compiling blake3 v1.8.5
2026-06-20T11:20:49.3850341Z    Compiling netlink-packet-route v0.29.0
2026-06-20T11:20:49.4030431Z    Compiling uuid v1.23.2
2026-06-20T11:20:49.6055768Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-20T11:20:49.6219071Z    Compiling aes-gcm v0.10.3
2026-06-20T11:20:49.6342013Z    Compiling memoffset v0.6.5
2026-06-20T11:20:49.6850409Z    Compiling acto v0.8.2
2026-06-20T11:20:49.7830811Z    Compiling netwatch v0.16.0
2026-06-20T11:20:49.8298487Z    Compiling noq v0.18.0
2026-06-20T11:20:49.8620742Z    Compiling sorted-index-buffer v0.2.1
2026-06-20T11:20:49.9065045Z    Compiling tagptr v0.2.0
2026-06-20T11:20:49.9187513Z    Compiling foldhash v0.2.0
2026-06-20T11:20:49.9357511Z    Compiling rustix v1.1.4
2026-06-20T11:20:49.9982169Z    Compiling xml-rs v0.8.28
2026-06-20T11:20:50.0370950Z    Compiling thiserror v1.0.69
2026-06-20T11:20:50.0603107Z    Compiling rustc-hash v2.1.2
2026-06-20T11:20:50.0796757Z    Compiling mac-addr v0.3.0
2026-06-20T11:20:50.1111822Z    Compiling identity-hash v0.1.0
2026-06-20T11:20:50.1900702Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-20T11:20:50.2165534Z    Compiling ref-cast v1.0.25
2026-06-20T11:20:50.2968396Z    Compiling lru-slab v0.1.2
2026-06-20T11:20:50.3521071Z    Compiling hashbrown v0.16.1
2026-06-20T11:20:50.3905892Z    Compiling synstructure v0.13.2
2026-06-20T11:20:50.4038608Z    Compiling darling_core v0.20.11
2026-06-20T11:20:50.4770439Z    Compiling serde_derive_internals v0.29.1
2026-06-20T11:20:50.6081713Z    Compiling netlink-packet-route v0.30.0
2026-06-20T11:20:51.0740219Z    Compiling proc-macro-crate v3.5.0
2026-06-20T11:20:51.1800744Z    Compiling xmltree v0.10.3
2026-06-20T11:20:51.2010409Z    Compiling termios v0.2.2
2026-06-20T11:20:51.3383851Z    Compiling serial-core v0.4.0
2026-06-20T11:20:51.3520609Z    Compiling errno v0.3.14
2026-06-20T11:20:51.4012343Z    Compiling ioctl-rs v0.1.6
2026-06-20T11:20:51.4841023Z    Compiling aho-corasick v1.1.4
2026-06-20T11:20:51.5009446Z    Compiling simple-dns v0.9.3
2026-06-20T11:20:51.5010572Z    Compiling toml_write v0.1.2
2026-06-20T11:20:51.5114714Z    Compiling smol_str v0.1.24
2026-06-20T11:20:51.5267235Z    Compiling winnow v0.7.15
2026-06-20T11:20:51.5908518Z    Compiling constant_time_eq v0.4.2
2026-06-20T11:20:51.6006364Z    Compiling arrayref v0.3.9
2026-06-20T11:20:51.6709394Z    Compiling regex-syntax v0.8.10
2026-06-20T11:20:51.6757169Z    Compiling signal-hook v0.3.18
2026-06-20T11:20:51.7043374Z    Compiling simdutf8 v0.1.5
2026-06-20T11:20:51.7310660Z    Compiling arrayvec v0.7.6
2026-06-20T11:20:51.7800852Z    Compiling linux-raw-sys v0.12.1
2026-06-20T11:20:51.8261443Z    Compiling resolv-conf v0.7.6
2026-06-20T11:20:51.8643327Z    Compiling sha1_smol v1.0.1
2026-06-20T11:20:52.0719964Z    Compiling serial-unix v0.4.0
2026-06-20T11:20:52.0997925Z    Compiling signal-hook-registry v1.4.8
2026-06-20T11:20:52.2790544Z    Compiling lru v0.16.4
2026-06-20T11:20:52.4602922Z    Compiling serde_derive v1.0.228
2026-06-20T11:20:52.4673309Z    Compiling zeroize_derive v1.4.3
2026-06-20T11:20:52.4842394Z    Compiling tokio-macros v2.7.0
2026-06-20T11:20:52.5088927Z    Compiling zerofrom-derive v0.1.7
2026-06-20T11:20:52.7470672Z    Compiling futures-macro v0.3.32
2026-06-20T11:20:53.0920604Z    Compiling zeroize v1.8.2
2026-06-20T11:20:53.2526288Z    Compiling tokio v1.52.3
2026-06-20T11:20:53.2680869Z    Compiling yoke-derive v0.8.2
2026-06-20T11:20:53.6770800Z    Compiling futures-util v0.3.32
2026-06-20T11:20:53.8477896Z    Compiling zerovec-derive v0.11.3
2026-06-20T11:20:53.9760598Z    Compiling zerofrom v0.1.8
2026-06-20T11:20:54.0931611Z    Compiling displaydoc v0.2.6
2026-06-20T11:20:54.1240546Z    Compiling tracing-attributes v0.1.31
2026-06-20T11:20:54.2263860Z    Compiling rustls-pki-types v1.14.1
2026-06-20T11:20:54.5611390Z    Compiling yoke v0.8.3
2026-06-20T11:20:54.7680568Z    Compiling thiserror-impl v2.0.18
2026-06-20T11:20:54.8470367Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-20T11:20:54.8890900Z    Compiling zerotrie v0.2.4
2026-06-20T11:20:55.1581521Z    Compiling darling_macro v0.20.11
2026-06-20T11:20:55.2980870Z    Compiling derive_more-impl v2.1.1
2026-06-20T11:20:55.3880769Z    Compiling zerovec v0.11.6
2026-06-20T11:20:55.5476873Z    Compiling darling v0.20.11
2026-06-20T11:20:55.5770690Z    Compiling spez v0.1.2
2026-06-20T11:20:55.6200547Z    Compiling derive_builder_core v0.20.2
2026-06-20T11:20:55.8050614Z    Compiling n0-error-macros v0.1.3
2026-06-20T11:20:55.9402739Z    Compiling der v0.8.0-rc.10
2026-06-20T11:20:56.1350559Z    Compiling pin-project-internal v1.1.13
2026-06-20T11:20:56.2321214Z    Compiling tinystr v0.8.3
2026-06-20T11:20:56.5031090Z    Compiling icu_locale_core v2.2.0
2026-06-20T11:20:56.5250925Z    Compiling potential_utf v0.1.5
2026-06-20T11:20:56.7102516Z    Compiling icu_collections v2.2.0
2026-06-20T11:20:56.9990670Z    Compiling derive_builder_macro v0.20.2
2026-06-20T11:20:57.0210797Z    Compiling n0-error v0.1.3
2026-06-20T11:20:57.3191045Z    Compiling derive_builder v0.20.2
2026-06-20T11:20:57.4294661Z    Compiling futures-executor v0.3.32
2026-06-20T11:20:57.4815201Z    Compiling ed25519-dalek v2.2.0
2026-06-20T11:20:57.5238482Z    Compiling pin-project v1.1.13
2026-06-20T11:20:57.6231293Z    Compiling spki v0.8.0-rc.4
2026-06-20T11:20:57.7337679Z    Compiling ipnet v2.12.0
2026-06-20T11:20:57.8130123Z    Compiling icu_provider v2.2.0
2026-06-20T11:20:57.8180971Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-20T11:20:57.8325248Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-20T11:20:57.9970512Z    Compiling ed25519 v3.0.0-rc.4
2026-06-20T11:20:58.2048492Z    Compiling icu_normalizer v2.2.0
2026-06-20T11:20:58.2710695Z    Compiling icu_properties v2.2.0
2026-06-20T11:20:58.3350436Z    Compiling prefix-trie v0.8.4
2026-06-20T11:20:58.3730477Z    Compiling futures v0.3.32
2026-06-20T11:20:58.4406853Z    Compiling once_cell v1.21.4
2026-06-20T11:20:58.5031404Z    Compiling cobs v0.3.0
2026-06-20T11:20:58.5283903Z    Compiling postcard-derive v0.2.2
2026-06-20T11:20:58.6830566Z    Compiling tracing-core v0.1.36
2026-06-20T11:20:58.7132937Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-20T11:20:58.8961071Z    Compiling hashbrown v0.14.5
2026-06-20T11:20:59.1360750Z    Compiling rustls-native-certs v0.8.4
2026-06-20T11:20:59.1453645Z    Compiling postcard v1.1.3
2026-06-20T11:20:59.1741825Z    Compiling tracing v0.1.44
2026-06-20T11:20:59.1923910Z    Compiling data-encoding-macro v0.1.20
2026-06-20T11:20:59.2455098Z    Compiling iroh-metrics-derive v0.4.1
2026-06-20T11:20:59.4340288Z    Compiling tokio-util v0.7.18
2026-06-20T11:20:59.5800743Z    Compiling netlink-sys v0.8.8
2026-06-20T11:20:59.5947327Z    Compiling tower v0.5.3
2026-06-20T11:20:59.6214021Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-20T11:20:59.6611816Z    Compiling enum-assoc v1.3.0
2026-06-20T11:20:59.6914859Z    Compiling num_enum_derive v0.7.6
2026-06-20T11:20:59.8144790Z    Compiling idna_adapter v1.2.2
2026-06-20T11:20:59.9091749Z    Compiling hashlink v0.9.1
2026-06-20T11:20:59.9423482Z    Compiling idna v1.1.0
2026-06-20T11:20:59.9579589Z    Compiling strum_macros v0.28.0
2026-06-20T11:20:59.9720626Z    Compiling async-trait v0.1.89
2026-06-20T11:20:59.9894528Z    Compiling derive_more v2.1.1
2026-06-20T11:21:00.0832352Z    Compiling netlink-proto v0.12.0
2026-06-20T11:21:00.1718323Z    Compiling netdev v0.42.0
2026-06-20T11:21:00.1830467Z    Compiling iroh-relay v0.98.0
2026-06-20T11:21:00.2395660Z    Compiling iroh-metrics v0.38.3
2026-06-20T11:21:00.3309772Z    Compiling moka v0.12.15
2026-06-20T11:21:00.3489857Z    Compiling serde_spanned v0.6.9
2026-06-20T11:21:00.3876373Z    Compiling toml_datetime v0.6.11
2026-06-20T11:21:00.4831527Z    Compiling url v2.5.8
2026-06-20T11:21:00.4960957Z    Compiling thiserror-impl v1.0.69
2026-06-20T11:21:00.5156659Z    Compiling ref-cast-impl v1.0.25
2026-06-20T11:21:00.7591102Z    Compiling h2 v0.4.14
2026-06-20T11:21:00.8230791Z    Compiling rusqlite v0.32.1
2026-06-20T11:21:00.9520215Z    Compiling n0-watcher v0.6.1
2026-06-20T11:21:01.0880672Z    Compiling num_enum v0.7.6
2026-06-20T11:21:01.1680627Z    Compiling tokio-stream v0.1.18
2026-06-20T11:21:01.3107595Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-20T11:21:01.3361748Z    Compiling iroh-base v0.98.0
2026-06-20T11:21:01.4453638Z    Compiling attohttpc v0.30.1
2026-06-20T11:21:01.4773825Z    Compiling tower-http v0.6.11
2026-06-20T11:21:01.5770476Z    Compiling toml_edit v0.22.27
2026-06-20T11:21:01.8150478Z    Compiling webpki-roots v1.0.7
2026-06-20T11:21:01.8390035Z    Compiling regex-automata v0.4.14
2026-06-20T11:21:01.9008072Z    Compiling schemars_derive v1.2.1
2026-06-20T11:21:01.9140635Z    Compiling darling_core v0.23.0
2026-06-20T11:21:02.0291709Z    Compiling serde_bytes v0.11.19
2026-06-20T11:21:02.1587508Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-20T11:21:02.2749654Z    Compiling seize v0.5.1
2026-06-20T11:21:02.3320029Z    Compiling hmac v0.12.1
2026-06-20T11:21:02.4613616Z    Compiling iroh v0.98.2
2026-06-20T11:21:02.5070854Z    Compiling pin-utils v0.1.0
2026-06-20T11:21:02.5643654Z    Compiling utf8parse v0.2.2
2026-06-20T11:21:02.6924903Z    Compiling rustix v0.38.44
2026-06-20T11:21:02.7090407Z    Compiling bitflags v1.3.2
2026-06-20T11:21:02.7979101Z    Compiling cmov v0.5.4
2026-06-20T11:21:02.8057066Z    Compiling dyn-clone v1.0.20
2026-06-20T11:21:02.8427201Z    Compiling strum v0.28.0
2026-06-20T11:21:02.8711140Z    Compiling nix v0.25.1
2026-06-20T11:21:02.9406803Z    Compiling iroh-dns v0.98.0
2026-06-20T11:21:02.9890663Z    Compiling anstyle-parse v1.0.0
2026-06-20T11:21:03.0690805Z    Compiling ctutils v0.4.2
2026-06-20T11:21:03.1537148Z    Compiling papaya v0.2.4
2026-06-20T11:21:03.2322007Z    Compiling hkdf v0.12.4
2026-06-20T11:21:03.2768362Z    Compiling filedescriptor v0.8.3
2026-06-20T11:21:03.3209444Z    Compiling backon v1.6.0
2026-06-20T11:21:03.4391479Z    Compiling serial v0.4.0
2026-06-20T11:21:03.5060489Z    Compiling foldhash v0.1.5
2026-06-20T11:21:03.5160601Z    Compiling shell-words v1.1.1
2026-06-20T11:21:03.5320700Z    Compiling linux-raw-sys v0.4.15
2026-06-20T11:21:03.6530920Z    Compiling colorchoice v1.0.5
2026-06-20T11:21:03.6824962Z    Compiling anstyle v1.0.14
2026-06-20T11:21:03.6909234Z    Compiling downcast-rs v1.2.1
2026-06-20T11:21:03.7005205Z    Compiling is_terminal_polyfill v1.70.2
2026-06-20T11:21:03.7530769Z    Compiling instability v0.3.12
2026-06-20T11:21:03.7700393Z    Compiling anstyle-query v1.1.5
2026-06-20T11:21:03.7760587Z    Compiling signal-hook-mio v0.2.5
2026-06-20T11:21:03.8750718Z    Compiling hashbrown v0.15.5
2026-06-20T11:21:03.8850242Z    Compiling spake2 v0.4.0
2026-06-20T11:21:03.8910359Z    Compiling schemars v1.2.1
2026-06-20T11:21:03.9020655Z    Compiling anstream v1.0.0
2026-06-20T11:21:03.9470800Z    Compiling terminal_size v0.4.4
2026-06-20T11:21:03.9790515Z    Compiling strum_macros v0.26.4
2026-06-20T11:21:04.1070534Z    Compiling sha1 v0.10.6
2026-06-20T11:21:04.2350500Z    Compiling toml v0.8.23
2026-06-20T11:21:04.3360242Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-20T11:21:04.3660534Z    Compiling itertools v0.13.0
2026-06-20T11:21:04.7463147Z    Compiling regex v1.12.3
2026-06-20T11:21:05.3077854Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-20T11:21:05.4300615Z    Compiling castaway v0.2.4
2026-06-20T11:21:05.4337477Z    Compiling static_assertions v1.1.0
2026-06-20T11:21:05.5037296Z    Compiling darling_macro v0.23.0
2026-06-20T11:21:05.5310850Z    Compiling clap_lex v1.1.0
2026-06-20T11:21:05.5462921Z    Compiling indoc v2.0.7
2026-06-20T11:21:05.8410905Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-20T11:21:05.8690827Z    Compiling darling v0.23.0
2026-06-20T11:21:05.9358502Z    Compiling doctest-file v1.1.1
2026-06-20T11:21:06.0102058Z    Compiling unicode-width v0.1.14
2026-06-20T11:21:06.2421910Z    Compiling clap_builder v4.6.0
2026-06-20T11:21:06.3509913Z    Compiling compact_str v0.8.2
2026-06-20T11:21:06.4030902Z    Compiling strum v0.26.3
2026-06-20T11:21:06.4741104Z    Compiling hyper v1.10.1
2026-06-20T11:21:06.4918754Z    Compiling interprocess v2.4.2
2026-06-20T11:21:06.5021069Z    Compiling unicode-truncate v1.1.0
2026-06-20T11:21:06.5240490Z    Compiling crossterm v0.28.1
2026-06-20T11:21:06.6400659Z    Compiling lru v0.12.5
2026-06-20T11:21:06.8094169Z    Compiling clap_derive v4.6.1
2026-06-20T11:21:06.8219172Z    Compiling unicode-width v0.2.0
2026-06-20T11:21:06.8594283Z    Compiling iana-time-zone v0.1.65
2026-06-20T11:21:07.1920222Z    Compiling portable-pty v0.8.1
2026-06-20T11:21:07.1923484Z    Compiling cassowary v0.3.0
2026-06-20T11:21:07.2270688Z    Compiling chrono v0.4.45
2026-06-20T11:21:07.3071700Z    Compiling nucleo-matcher v0.3.1
2026-06-20T11:21:07.5578831Z    Compiling qrcode v0.14.1
2026-06-20T11:21:07.9691347Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-20T11:21:08.0990732Z    Compiling ratatui v0.29.0
2026-06-20T11:21:08.3802960Z    Compiling tempfile v3.27.0
2026-06-20T11:21:08.9030586Z    Compiling hyper-util v0.1.20
2026-06-20T11:21:08.9150961Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-20T11:21:09.1737527Z    Compiling clap v4.6.1
2026-06-20T11:21:10.7285179Z    Compiling igd-next v0.17.1
2026-06-20T11:21:11.7738758Z    Compiling portmapper v0.16.0
2026-06-20T11:21:15.9668754Z    Compiling rustls-webpki v0.103.13
2026-06-20T11:21:18.3273979Z    Compiling tokio-rustls v0.26.4
2026-06-20T11:21:18.3274397Z    Compiling noq-proto v0.17.0
2026-06-20T11:21:18.3274735Z    Compiling rustls-platform-verifier v0.7.0
2026-06-20T11:21:18.4831028Z    Compiling hickory-net v0.26.0-beta.4
2026-06-20T11:21:18.4831563Z    Compiling hyper-rustls v0.27.9
2026-06-20T11:21:18.4831925Z    Compiling tokio-websockets v0.13.2
2026-06-20T11:21:18.6208204Z    Compiling reqwest v0.13.4
2026-06-20T11:21:19.5443333Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-20T11:21:33.3014865Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-20T11:21:34.6965904Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-20T11:21:41.7393380Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-20T11:21:45.3631442Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-20T11:21:45.3856124Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-20T11:21:45.3868740Z 
2026-06-20T11:21:45.3869088Z running 1 test
2026-06-20T11:21:51.5762757Z test new_brain_serves_against_old_broker ... ok
2026-06-20T11:21:51.5763105Z 
2026-06-20T11:21:51.5763415Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-20T11:21:51.5763790Z 
